home *** CD-ROM | disk | FTP | other *** search
- cls
- textcolor 2
- print "User-check 0.0 (c) by TMC, this is a HELL'S BBS script..."
- print
- textcolor 3
- print text(150) [ individual language text, found in TEXTS.BBS
- textcolor functioncolor [ functioncolor is an var, set in HELL'S.INF
- print
- c=0
- cl=chr(13)+chr(10)
- le="Request for higher level from "+user+cl+cl
- userget user,"LEVEL",a
- le=le+"Old level: "+a+cl
- userget user,"DOWNLOADED",a
- le=le+"Downloaded: "+a+cl
- userget user,"UPLOADED",a
- le=le+"Uploaded: "+a+cl+cl
-
- c=151
- repeat
- input text(c)+" ",a,20
- le=le+text(c)+" "+a+cl
- inc c
- until c=159
- mail user,"SYSOP",le,"Request for new level"
- cls
- print text(c)
- a=decide(100)
- command 206
- cls
- print text(160)
- a=decide(100)